home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / etc_130s.zip / NEWETC.TXT < prev    next >
Text File  |  1993-04-17  |  6KB  |  139 lines

  1. ****************************************************************************
  2.                       Shareware Version 130 of EtCetera
  3. ****************************************************************************
  4.  
  5.  
  6.                                   Contents
  7.                                   --------
  8.  
  9.                                 Installation
  10.  
  11. Installation
  12. ------------
  13.  
  14. The file ETC_130.EXE is a self extracting compressed with the latest
  15. version of PKZIP. To install EtCetera, create an EtCetera directory on your
  16. hard disk. Then move to that directory. 
  17.  
  18. From within the Etcetera directory tyep A:etc_130 or B:etc_130, depending
  19. where you put the ETC_130.EXE.
  20.  
  21. From Program Manager, choose the New option from the File menu. Choose "Program
  22. Item".  Then type in the name of the program file, ETCETERA.EXE, and press
  23. Enter.  The EtCetera icon will appear. These instructions are contained in
  24. the Windows User Manual. 
  25.  
  26. EtCetera comes with a copy of Microsoft's COMMDLG.DLL to provide file/
  27. directory dialog boxes.  If you already have this file (it would be in
  28. your Windows SYSTEM subdirectory), you do not need this one and can delete it.
  29.  
  30. The file is included with Windows 3.1.  You may already have it with Windows
  31. 3.0 if any other program you have requires it (in which case that program would
  32. provide it).  EtCetera also includes DDEML.DLL, another file which is necessary
  33. for DDE support, and also included with Windows 3.1.  Follow the same procedure
  34. for DDEML.DLL as for COMMDLG.DLL.
  35.  
  36. ETCETERA.HLP is the on-line documentation.  This can be accessed via the Help
  37. menu in EtCetera.  You can also run it yourself using the Windows Help program,
  38. WINHELP.EXE.  Refer to the help file for information on using EtCetera.
  39.  
  40. ETC_DEMO.ETC is a sample EtCetera batch file.  It shows off some of EtCetera's
  41. capabilities.  In order to use ETC_DEMO.ETC, you must copy the SAMPLE.BMP bitmap
  42. file into the same directory where EtCetera is located.  This file is included
  43. with EtCetera.  You must also have a copy of Write, Notepad, and Calculator in
  44. your Windows directory.
  45.  
  46. As noted in the next section, included with EtCetera 2.30 is ETCETERA.386,
  47. which allows some special features which would not otherwise be possible.
  48.  
  49. Other items supported by EtCetera 2.30 are rudimentary DDE commands, error
  50. trapping, and simulating mouse input.  View the help file for  details.
  51.  
  52. If you have any questions, comments, or suggestions, we would greatly 
  53. appreciate hearing from you.
  54.  
  55. All written correspondence will be handled through:
  56.  
  57.                 Alpha Computer and Graphics
  58.                     6138 Zelzah Avenue
  59.                     Reseda, CA 91335
  60.  
  61.                 Via CompuServe: 73340,3452
  62.  
  63. A word from Thetaware Development regarding
  64.              EtCetera 1.30 Shareware Version
  65.              EtCetera 1.30R Registered Version
  66.  
  67. EtCetera 1.30 and 1.30R contain a few enhancements based on user 
  68. suggestions, as well as some bug fixes.  Also included with EtCetera and are 
  69. some additional sample batch files.
  70.  
  71. Some of the bug fixes are as follows:
  72.  
  73.     Ctrl+Break stopped working.  The algorithm used to determine when
  74.     Ctrl+Break has been pressed has been completely rewritten to bypass
  75.     a documentation error in the Microsoft Windows SDK which, peculiarly,
  76.     did not prevent Ctrl+Break from operating in previous versions.
  77.  
  78.     SendKeys would send inappropriate data which would affect its behavior
  79.     with applications which define individual keys, particularly terminal 
  80.     emulators which define the standard and enhanced versions of keys
  81.     differently (i.e. PageDown in the edit cluster versus PgDn on the
  82.     numeric keypad).  An error in the translation from a previous version
  83.     was resulting in the wrong value being sent to applications. 
  84.     
  85.     SendKeys now simulates keystrokes by sending them through the same
  86.     mechanism as the keyboard driver, rather than sending them to the
  87.     active window, and the correct keystroke data is sent.  Also note that
  88.     new key representations have been added for Alt, Ctrl, and Shift, so
  89.     that these keys can be sent as actual keys rather than simply as
  90.     key modifiers.  Refer to the help file for details.
  91.  
  92.     Errors would occur when attempting to use TitleFill when no windows
  93.     were visible.  The errors would appear as blank entries in the string
  94.     array structure.  In this case, using Unhide would result in an
  95.     error, since a blank string cannot be used with the Unhide command.
  96.     The method used to get window information has been modified to
  97.     compensate for the previous method's inability to handle this special
  98.     case.
  99.  
  100. Sample batch files:
  101.  
  102.     Besides ETC_DEMO.ETC, there is also PLAYWAVE.ETC, NOTE_TUT.ETC, and
  103.     NOTESTUT.ETC.  PLAYWAVE.ETC simply plays all WAV files in your
  104.     Windows directory, in succession, while simultaneously displaying
  105.     the name of the file which is being played.
  106.  
  107.     NOTE_TUT.ETC is a BRIEF "tutorial" using Notepad.  It demonstrates  
  108.     how to choose an item from the menu bar in Notepad.  NOTESTUT.ETC is
  109.     the same demo, but it also adds sound.  It requires the use of the
  110.     eleven WAV files included with EtCetera.  You will need to modify the
  111.     NOTESTUT.ETC file so that the line 
  112.     
  113.         $D = "C:\ETCETERA\" 
  114.  
  115.     actually reflects the directory where the WAV files (NOTE*.WAV) are
  116.     located.  The voice used is the best willing voice we had available
  117.     to record the data.  We apologize for the nasal quality.<g>
  118.  
  119. One other note:
  120.  
  121.     Due to an oversight on our part, the routines used to store string
  122.     data rely on Windows to store the data for them.  Windows does not
  123.     make a distinction between case, however, so if a string already
  124.     exists, even though the cases of the letters in the strings differ,
  125.     Windows will store the new string as the old string.  In other words,
  126.     after the following statements:
  127.  
  128.     $C = "Yes"
  129.     $D = "YES"
  130.  
  131.     the string "Yes" is stored in both $C and $D.  $D will NOT contain
  132.     "YES".  Consequently, the string comparison operators EC and NC, 
  133.     "equal, case sensitive" and "not-equal, case-sensitive", behave just
  134.     like EI and NI, respectively.  
  135.     
  136.     In a future release of EtCetera, the entire string data storage
  137.     routines will be changed to correct this behavior.  We apologize for
  138.     any inconvenience this may have caused.
  139.